home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the mouseDown
- set the visible of sprite 2 to 0
- updateStage()
- end repeat
- set the visible of sprite 2 to 1
- sound stop 1
- sound stop 2
- sound stop 3
- if the frame < 12 then
- go("tut")
- end if
- if the frame = the lastFrame then
- nothing()
- else
- go(the frame + 1)
- end if
- end
-